Skip to content

refactor(Scheduler): rename _updateAppointment and _getUpdatedData#32827

Closed
aleksei-semikozov wants to merge 6 commits intoDevExpress:26_1from
aleksei-semikozov:3518-rename-updateAppointment-getUpdatedData
Closed

refactor(Scheduler): rename _updateAppointment and _getUpdatedData#32827
aleksei-semikozov wants to merge 6 commits intoDevExpress:26_1from
aleksei-semikozov:3518-rename-updateAppointment-getUpdatedData

Conversation

@aleksei-semikozov
Copy link
Contributor

Addresses review comments from sjbur on PR #32811.

Changes

  • _updateAppointmentupdateAppointmentCore in m_scheduler.ts (note: updateAppointment is already a public API method)
  • _getUpdatedDatagetUpdatedData in m_scheduler.ts
  • Updated callers in m_subscribes.ts
  • Updated monkey-patch usages in appointment.editing.tests.js
  • Updated sinon.stub call in integration.appointmentTooltip.tests.js
  • Updated direct call and test name in common.methods.tests.js

Related

Part of #32811 (3518-scheduler-core-replace-underscore-v2)

…scheduler.ts

- _appointmentPopup → appointmentPopup
- _appointmentTooltip → appointmentTooltip
- _workSpaceRecalculation → workSpaceRecalculation
- _header → header
- _reloadDataSource → reloadDataSource
- _refreshWorkSpace → refreshWorkSpace
- _setRemoteFilterIfNeeded → setRemoteFilterIfNeeded
- _renderWorkSpace → renderWorkSpace
…enames

- helpers.js: _appointmentPopup → appointmentPopup
- integration.dateNavigator.tests.js: update assert message for setRemoteFilterIfNeeded
- common.options.tests.js: update assert message for reloadDataSource
…ests

- common.methods.tests.js: _editAppointmentData → editAppointmentData
- common.options.tests.js: _createAppointmentPopupForm → createAppointmentPopupForm
- m_scheduler.ts: _updateAppointment → updateAppointmentCore (conflicts with public updateAppointment)
- m_scheduler.ts: _getUpdatedData → getUpdatedData
- m_subscribes.ts: update all 4 calls
- appointment.editing.tests.js: update 4 monkey-patch usages
- integration.appointmentTooltip.tests.js: update sinon.stub call
- common.methods.tests.js: update direct call and test name
@aleksei-semikozov aleksei-semikozov self-assigned this Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants